[If:(Found_Count)>0]
	<table border="1" width="100%" cellspacing="0" cellpadding="2">
	<tr>		
		[Loop:(Field_Name:-Count)]		
			<td><b>[Field_Name:(Loop_Count)]</b></td>			
		[/Loop]			
	</tr>
	[records]
	<tr>		
		[Loop:(Field_Name:-Count)]
			<td>[Field:(Field_Name:(Loop_Count))]</td>			
		[/Loop]			
	</tr>
	[/records]
	</table>	
[/If]